Fundamentals of Web Development and Computer History
Classified in Computers
Written on in
English with a size of 2.94 KB
Understanding Websites and HTML
A website is a document written in HTML (HyperText Markup Language). It is a system that allows us to format text using tags. A web page can be composed of images, sounds, videos, and animations. HTML is a language focused on the transmission of documents using the HTTP protocol.
A website is a collection of pages linked together. These are viewed through programs called browsers, which interpret the tags added to the text, such as:
- Mozilla Firefox
- Google Chrome
- Opera
HTML uses two types of labels: opening (<tag>) and closing (</tag>). A website consists of a header and a body. Common tags include:
- Header:
<h1> - Paragraph:
<p> - Bold:
<b> - Italic:
<i> - Underlined:
<u> - Horizontal Line: