Java Script and HTML Lesson 1

Java Script and HTML Lesson 1

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

tag

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (10)

Section 1

(10 cards)

tag

Front

How do we have a part of the HTML that defines an element?

Back

<i>html</i>

Front

Write a code that will make characters in the word "html" slanted.

Back

<b>html</b>

Front

Write a code that will make characters in the word "html" thick.

Back

start tag

Front

A ___ ___ marks the beginning of an element

Back

script

Front

What is a head element that could include JavaScript on the document? <___>

Back

Hyper

Front

HTML stands for ___ Text Markup Language.

Back

elements

Front

HTML ___ are the building blocks of HTML pages. The example: <body>This is a body of a page.</body>

Back

<html>

Front

What is the first element on a page? Write just an opening tag.

Back

end tag

Front

An ___ ___ marks the end of an element

Back

<title>Prism</title>

Front

Write a code that will display word Prism on the tab of the browser.

Back