what are the components of dhtml
Answers
DHTML short for Dynamic Hypertext Markup Language allows the user to change the content, color or font size of a webpage or create a new webpage dynamically.
The four components of DHTML
HTML:
- It is one of the languages that are used to create websites.
- The purpose of this language is to create the structure and layout of the webpage.
Document Object Model (DOM):
- It manages the functions of HTML and gives access to change the HTML.
Cascading Style Sheets (CSS):
- As we can guess from the name, this component is used to style the display of the webpage.
- It defines font size, color, and other display settings.
JavaScript:
- It is scripting and one of the most important languages in web development.
- Its dynamic features and can automatically update a lot of things like contact form or different button options.
#SPJ3
Learn more about the advantages and disadvantages of DHTML
What are the advantages and disadvantages of DHTML
https://brainly.in/question/14963851?referrer=searchResults
Components of DHTML
To function properly, DHTML requires four independent components: HTML, Cascading Style Sheets, Scripting, and the Document Object Model. Each component is described briefly in this section.
- HTML - It is the foundation of DHTML. Before you even consider making your plain HTML dynamic, you must first understand the fundamentals. Using NetMechanic's HTML Toolbox, check your HTML code for errors and correct them before they cause problems in your DHTML code.
- (Cascading Style Sheets) (CSS) - CSS gives you precise control over a document's presentation, whereas plain HTML defines its structure. They specify the font, colour, size, and display attributes of page elements. DHTML allows you to change the appearance of a page element by using its CSS properties.
- Document Object Model (DOM) - It organises the individual HTML document components into a hierarchical structure of named objects. Before you can use DHTML effects, you must first structure your HTML code to meet the DOM requirements.
- JavaScript - It is the most popular scripting language for developing DHTML effects. Due to the differences in how Netscape and Explorer implement DHTML, the first component of any DHTML application is usually a JavaScript browser detection script. JavaScript generates effects by accessing and altering the DOM components on the Web page.
To learn more:
What are the advantages and disadvantages of DHTML
brainly.in/question/14963851?referrer=searchResults
DHTML STAND FOR WHAT?
https://brainly.in/question/78906?referrer=searchResults
#SPJ3