Podcast
Questions and Answers
HTML is a very simple language used to describe what web pages contain
HTML is a very simple language used to describe what web pages contain
True
HTML Tag Types?
HTML Tag Types?
Single Tags ، Paired Tags
< head > We put in all the things the user sees on the inside of the page.
< head > We put in all the things the user sees on the inside of the page.
False
When you add a photo on the page we use the tag?
When you add a photo on the page we use the tag?
Signup and view all the answers
In HTML the way the name is written in small letters or capital letters does not cause any problem.
In HTML the way the name is written in small letters or capital letters does not cause any problem.
Signup and view all the answers
Study Notes
HTML Basics
- HTML is a simple language used to describe web page content.
HTML Tag Types
- The `` tag contains information about the web page that is not visible to users.
Adding Media to Web Pages
- The `` tag is used to add a photo to a web page.
HTML Syntax
- HTML is case-insensitive, meaning the capitalization of tag names does not affect their functionality.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Learn about HTML, a basic language used to define the content of web pages. Discover how HTML tags are used to structure and format text, images, and links on websites.