Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Learn HTML ## TAGS ( Exercise 2 of 1 1 ) HTML uses special bits of programming language called tags to let the browser know

Learn HTML
## TAGS (Exercise 2 of 11)
HTML uses special bits of programming language called tags to let the
browser know how a webpage should look. The tags usually come in pairs: an
opening tag to tell the browser when to start doing something, and an
ending tag to tell the browser when to stop doing something. There are
many different kinds of tags, and each one has a different purpose.
Let's think of tags like it's some kind of selection tool in text editors.
In text editor, such as Microsoft Office Word or Writer, if you want to
make text bold you select a part of text and click corresponding button
(b). In HTML, you have tags for that reason.
a "selected" text
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Opening tags have a keyword, such as p, surrounded by angle brackets (<
and >). For example, the tag tells the browser the start a new
paragraph. Ending tags look almost exactly the same, only they have a
forward slash (/) added just before the keyword. For example, the tag this is a paragraphfirst paragraphsecond paragraph

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Visual Basic 6 Databases

Authors: Charles Williams

1st Edition

1861002025, 978-1861002020

Students also viewed these Databases questions