CS401's Prelims: Fundaments of Web Prog. Module 01 Flashcards
For preliminary exams.
is the standard markup language for creating web pages, no matter how simple or complex.
HyperText Markup Language (HTML)
in HTML refers to how links on the Web let users move from one document to another.
The “HyperText”
HTML has been evolving as a technology standard since
Tim-Berners-Lee’s introduction in 1993.
is the fifth and latest version of the language.
HTML5
supports multimedia such as audio and video, new tags, elements, and application programming interfaces (API).
HTML5
manages the specifications of what is in HTML and what is not.
The World Wide Web Consortium (W3C)
HTML Document
It is a text file created in any text editor containing textual content, elements, attributes, and tags
It is the component of an HTML document containing formats, instructions, and semantic meaning.
HTML Element
It consists of a start tag, content, and an end tag,
HTML Element
Paragraph
is used to add a line break to the HTML code and creates another blank line.
<br></br> element
It is used to modify or define an HTML element.
HTML Attribute
It is also known as the name=value pair, as it provides additional styling to the element.
HTML Attribute
These keywords define how web browsers will format and display content on an HTML file.
HTML Tags
Whatever is written inside the angle brackets (<,>) are called
tags.