Want to create interactive content? It’s easy in Genially!
Webpage design key concepts research
madrazo.200243
Created on May 16, 2024
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
Webpage design key concepts research
Andrea Madrazo de la Torre
1. What is the definition of HTML?
It stands for Hyper Text Markup Language, it is the markup language for creating Web pages.
2. How do we use html on internet?
This markup tells a web browser how to display text, images and other forms of multimedia on a webpage.
3. What is the difference between webpage and website?
A webpage is a document on the web using a unique URL, and the website is a collection of multiple webpages in which information on a related topic or another subject is linked together under the same domain address.
4. What is a web domain and how can you get one?
A domain name is like your street address; its what comes after the www. in a web address.
5. In HTML, what are the tags?
"Tags" provide web browsers with instructions about the web page, such as where to display images, and how the document is structured.
6. Define the 3 most common HTML tags.
<html> : The <html> tag tells the browser that this is an HTML document. <head> : The <head> element is a container for all the head elements. ... <title> : The <title> tag is required in all HTML documents and it defines the title of the document.