Want to create interactive content? It’s easy in Genially!
Webpage design key concepts research
RENATA SANCHEZ ECHEVERRIA
Created on May 16, 2024
Start designing with a free template
Discover more than 1500 professional designs like these:
View
Audio tutorial
View
Pechakucha Presentation
View
Desktop Workspace
View
Decades Presentation
View
Psychology Presentation
View
Medical Dna Presentation
View
Geometric Project Presentation
Transcript
Webpage design
key concepts
research
Renata Sánchez
1. What is the definition of HTML?
HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page.
2. How do we use html on internet?
HTML works by telling the internet browser how to display the page. First, the author uses a basic text editor on the computer (such as TextEdit for Mac) to create their HTML document. The author then fills their HTML document with a series of HTML elements, using HTML tags.
3. What is the difference between webpage and website?
The webpage is a single document on the web using a unique URL, while a 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 a unique, easy-to-remember address used to access websites, such as 'google.com', and 'facebook.com'. Users can connect to websites using domain names thanks to the DNS system.Many top-tier web hosting services, such as DreamHost, HostGator, and Hostwinds routinely offer a free domain name when you sign up for a web hosting package.
5. In HTML, what are the tags?
HTML tags are the keywords on a web page that define how your web browser must format and display your web page. Almost all tags contain two parts, an opening, and a closing tag. For example, <html> is the opening tag and </html> is the closing tag.
6. Define the 3 most common HTML tags.
Most commonly used tags in HTML refer to HTML elements frequently utilized for structuring web content. These include <div> for division, <p> for paragraphs, <a> for hyperlinks, <img> for images, and others essential for building web pages, forming the basis of web development.
Introduction to HTML. (s. f.). https://www.w3schools.com/html/html_intro.asp#:~:text=HTML%20stands%20for%20Hyper%20Text,how%20to%20display%20the%20content
Stevens, E. (2023, 10 mayo). What is HTML? A Beginner's Guide | CareerFoundry. CareerFoundry. https://careerfoundry.com/en/blog/web-development/what-is-html-a-beginners-guide/#:~:text=2.-,How%20does%20HTML%20work%3F,HTML%20elements%2C%20using%20HTML%20tags
Admin. (2023, 31 marzo). Difference Between Website and Webpage | Know More. BYJUS. https://byjus.com/gate/difference-between-website-and-webpage/#:~:text=The%20webpage%20is%20a%20single,under%20the%20same%20domain%20address.
referencesAPA
Bio, R. F. (2022, agosto 18). How to register a domain name for your website. PCMag. https://www.pcmag.com/news/how-to-register-a-domain-name-for-your-website
Sufiyan, T. (2023, 20 febrero). The Best Guide to HTML Tags. Simplilearn.com. https://www.simplilearn.com/tutorials/html-tutorial/html-tags#:~:text=HTML%20tags%20are%20the%20keywords,html%3E%20is%20the%20closing%20tag.
GeeksforGeeks. (2024, 8 marzo). Most commonly used tags in HTML. GeeksforGeeks. https://www.geeksforgeeks.org/most-commonly-used-tags-in-html/