wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz 11-8-2023

Total questions: 155

Worksheet time: 2hrs 30mins

Name
Class
Date
1.

This tag helps spot the area on the page that contains navigation links. This can be at the top of your page, on the side of your page or at the bottom. Where-ever you have navigation links.

a)

header

b)

nav

c)

section

d)

article

2.

What does a browser ignore? (Select all that is applicable)

a)

Multiple character spaces (white space)

b)

Line breaks (carriage returns)

c)

Tabs

d)

Unrecognized markup

3.

Browsers need markup to display content correctly.

a)

True

b)

False

4.

Markup makes content elements not available to scripts and style rules.

a)

True

b)

False

5.

This is the element name enclosed in angle brackets (e.g.

in <p>, the element name is p)

a)

Tag

b)

Empty Element

c)

Block Element

d)

Inline Element

6.

The content and its markup (start and end tags).

a)

Tag

b)

Element

c)

Block Element

d)

Inline Element

7.

Some elements have no content and provide a simple directive. They are called _____ elements.

a)

Element

b)

Empty Elements

c)

Inline Elements

d)

Block Elements

8.

Are instructions that clarify or modify an element.

a)

Attribute

b)

Value

c)

Characteristics

d)

Entity

9.

There can be more than one attribute in a tag.

a)

True

b)

False

10.

In an attribute, its value might be a number, word, string of text, URL, or measurement.

a)

True

b)

False

11.

Putting elements inside other elements is called _______.

a)

Nesting

b)

Looping

c)

While Loop

d)

For Loop

12.

How do you leave a comment in HTML?

a)

By using #

b)

By using //

c)

By using <!-- and -->

d)

By using /* and */

13.

This lets browsers know that the document is written according to the HTML5 specification.

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<body>

14.

This element is the root element that contains all the elements in the document.

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<body>

15.

This element display in the browser tab and bookmark lists, and are used by search engines.

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<body>

16.

The way elements relate to one another forms an outline-like structure is called ______.

a)

DOM (Document Object Model)

b)

Semantic markup

c)

Semantic Object Model (SOM)

d)

Document markup

17.

These elements are major components of the page that display like rectangular blocks stacking up on the page.

a)

Block Elements

b)

Inline Elements

c)

Markup Elements

d)

Attribute Elements

18.

These elements appear within the text flow of a block element

a)

Block Elements

b)

Inline Elements

c)

Markup Elements

d)

Attribute Elements

19.

Presentation is controlled by style sheets (CSS).

a)

True

b)

False

20.

Browsers do not have have their own style sheets (user agent style sheets) with default styles for HTML elements

a)

True

b)

False

21.

Which is an example of an opening tag? (Select all that are applicable)

a)

<h1>

b)

</p>

c)

<body>

d)

</a>

22.

Which is an example of a closing tag? (Select all that are applicable)

a)

</h6>

b)

</html>

c)

<head>

d)

<body>

23.

Based on the minimal document structure, the correct sequence of HTML tags for starting a webpage is

a)

Head, Title, HTML, Body

b)

HTML, Body, Title, Head

c)

HTML, Title, Body, Head

d)

HTML, Head, Title, Body

24.

Which symbol identifies a closing tag?

a)

<>

b)

/

c)

()

d)

\

25.

This is an example of an empty element

a)

<br>

b)

<h1>

c)

<p>

d)

<em>

26.

An attribute is composed of a ____ and ____.

a)

Attribute Name

b)

Value

c)

Entity

d)

Attribute Characteristic

27.

................ is a markup language used by the browser to manipulate text, images, and other content, in order to display it in the required format.

a)

HTML

b)

CSS

c)

JAVASCRIPT

d)

PHP

28.

This is called the HTML root element. All other elements are contained within it.

a)

<title>

b)

<head>

c)

<body>

d)

<html>

29.

There are six heading tags.. <h1> to <h6>. Which tag display the text with largest font size.

a)

<h1>

b)

<h6>

30.

This tag help to display the

•Text is formatted exactly as typed

•Can be used for simple tables

Can be used as a substitute for tabs

a)

<pre>

b)

<per>

c)

<format>

d)

<exact>

31.

Which of these html code is a correct reference to embed an image inside a web page

a)

<img> src="wipro.gif“ width="144" height="50"</img>

b)

<img source="wipro.gif“ width="144" height="50">

c)

<img src="wipro.gif“ width="144" height="50">

d)

<image> source = wipro.gif width =144 height=50 </image>

32.

Text area is a multiple line text input control which allows user to provide a description or text in multiple lines. A Text area input control is created using which of the following code

a)

<textarea> row = 5, cols=50, name="Description" id="Description" </textarea>

b)

<textarea rows="5" cols="50" name="Description" id="Description"></textarea>

c)

<text rows="5" cols="50" name="Description" id="Description"></text>

33.

The ...................tag in HTML provides information about HTML Document or in simple words, it provides important information about a document.

a)

<info>

b)

<htmlmeta>

c)

<meta>

d)

<doc>

34.

Which of these is an example for HTML 5 Semantic elements?

a)

<section>

b)

<nav>

c)

<figure>

d)

<header>

e)

ALL OF THE ABOVE

35.

Which of these are the types of HTML list

a)

unordered List

b)

ordered list

c)

definition list

d)

nested list

e)

ALL OF THE ABOVE

36.

<map> and <area> are some the tags that are associated with .............tags

a)

<meta>

b)

<image>

c)

<link>

d)

none of the above

37.

Provides the source reference to display an image

a)

<link>

b)

<input>

c)

<img>

38.

Additional information provided for search engines or other applications.

a)

<img>

b)

<link>

c)

<meta>

39.

Designates the relationship between a document and an external resource

a)

<link>

b)

<form>

c)

<img>

40.

Creates a stand-alone, indented paragraph identifying content quoted from another source

a)

<style>

b)

<blockquote>

c)

<li>

41.

Used to divide webpage content into obvious sections

a)

<div>

b)

<html>

c)

<blockquote>

42.

Adds semantic emphasis. Displays as italics by default in most browsers and readers.

a)

<meta>

b)

<link>

c)

<em>

d)

<form>

43.
New heading tags can be added by using;
a)
Letters (ie: ha; hb)
b)
Numbers (i.e: h1; h2)
c)
Quotations (ie: h'; h")
d)
You can't do this
44.
An attribute is a; 
a)
Applies changes to everything
b)
Different options for each tab
c)
Allows for no changes to the site
d)
Gives structure and text
45.
Body tags are used;
a)
Used for only the header
b)
Used only for the paragraph
c)
element that wraps everything that is visible on the page.
d)
Not used in HTML
46.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
47.

Semantic elements = elements with a meaning.

a)

True

b)

False

48.

Examples of non-semantic elements: <div> and <span>

a)

True

b)

False

49.

th

a)

one cell in a row of headers

b)

one data cell

c)

one row of headers

d)

one column of headers

50.

tr

a)

one column on the right

b)

one cell in a table

c)

one row of anything

d)

one column of anything

51.

td

a)

one cell in a header

b)

one column of a row

c)

one row of a column

d)

one data cell in a row

52.

caption

a)

can be set only for header rows

b)

can be set for each row

c)

will appear at the top of table

d)

will appear at the bottom of a table

53.

td and th

a)

can appear only in rows

b)

cannot be used in rows

c)

can be used outside of rows

d)

can be used outside of columns

54.

colspan

a)

can only be used in caption

b)

can be used only in td

c)

can be used only in td or th

d)

be be used only in tr

55.

rowspan

a)

can only be used in caption

b)

can be used only in td

c)

can be used only in td or th

d)

be be used only in tr

56.

The closing table tag is

a)

</close>

b)

</caption>

c)

</table>

d)

<table>

57.

The opening caption tag is

a)

<table>

b)

<caption>

c)

<tblcaption>

d)

<figcaption>

58.

rowspan="2"

a)

one td or th spans 2 columns

b)

all td or th spans 2 columns

c)

one td or th spans 2 rows

d)

one tr spans 2 rows

59.

How do you create a table in HTML?

a)

Use an image

b)

Use the <pre> tag.

c)

With the <table> tag along with various heading tags <th>, table row tags <tr>, and table data tags <td>.

d)

Don’t know

60.

What is a rowspan?

a)

An attribute that is used with <th> or <td> element to horizontally span two or more columns.

b)

An open-source and front-end framework that contains HTML and CSS design templates.

c)

An attribute that is used with <th> or <td> element to vertically span two or more rows

d)

This is an element that we used on every website

61.

What is a colspan?

a)

An attribute that is used with <th> or <td> element to horizontally span two or more columns.

b)

An open-source and front-end framework that contains HTML and CSS design templates.

c)

An attribute that is used with <th> or <td> element to vertically span two or more rows

d)

This is an element that we used on every website

62.

What is a Bootstrap?

a)

An attribute that is used with <th> or <td> element to horizontally span two or more columns.

b)

An open-source and front-end framework that contains HTML and CSS design templates.

c)

An attribute that is used with <th> or <td> element to vertically span two or more rows

d)

This is an element that we used on every website

63.

What is padding?

a)

An Attribute that identifies the number of table rows a single cell can occupy

b)

A property used to manipulate the amount of space between cell content and the cell's inner border

c)

A property used to manipulate the amount of space between borders of adjacent table cells

d)

A property that determines how far the table or cell will extend horizontally across the page

64.

What is border-spacing?

a)

An Attribute that identifies the number of table rows a single cell can occupy

b)

A property used to manipulate the amount of space between cell content and the cell's inner border

c)

A property used to manipulate the amount of space between borders of adjacent table cells

d)

A property that determines how far the table or cell will extend horizontally across the page

65.

What is the width which is used in HTML Tables?

a)

An Attribute that identifies the number of table rows a single cell can occupy

b)

A property used to manipulate the amount of space between cell content and the cell's inner border

c)

A property used to manipulate the amount of space between borders of adjacent table cells

d)

A property that determines how far the table or cell will extend horizontally across the page

66.

What are the start tag and end tag codes for the table header?

a)

<table></table>

b)

<th></th>

c)

<header></header>

d)

<th/>

67.

What are the start tag and end tag codes for the table data?

a)

<td></td>

b)

<data></data>

c)

<table></table>

d)

<td/>

68.

What are the start tag and end tag codes for the table row?

a)

<row></row>

b)

<table></table>

c)

<tr></tr>

d)

<tablerow></tablerow>

69.

What is a table caption?

a)

Creates a table. Contains all other table elements.

b)

Adds a caption or title, which appears above the table by default.

c)

Contains all data for a table row

d)

Designates table cell contents. By default, the data is left-justifed.

70.

What is a table row?

a)

Creates a table. Contains all other table elements.

b)

Adds a caption or title, which appears above the table by default.

c)

Contains all data for a table row

d)

Designates table cell contents. By default, the data is left-justified.

71.

What is table data?

a)

Creates a table. Contains all other table elements.

b)

Adds a caption or title, which appears above the table by default.

c)

Contains all data for a table row

d)

Designates table cell contents. By default, the data is left-justified.

72.

What is a table?

a)

Creates a table. Contains all other table elements.

b)

Adds a caption or title, which appears above the table by default.

c)

Contains all data for a table row

d)

Designates table cell contents. By default, the data is left-justified.

73.

What is a table header?

a)

Creates a table. Contains all other table elements.

b)

Typically designates cells in the top row or left column. By default, text in a header cell will appear bold and centered.

c)

Contains all data for a table row

d)

Designates table cell contents. By default, the data is left-justified.

74.

True or False?

A table border will always appear whenever a table is being created.

a)

True

b)

False

75.

True or False?

Border-Collapse Collapses the borders of adjacent cells into a single border instead of separating them.

a)

True

b)

False

76.
Which of the following will create a column in an HTML table?
a)
<col>
b)
<td>
c)
<tcol>
d)
<data>
77.
Which of the following tags is used to create a heading within an HTML table?
a)
<h1>
b)
<head>
c)
<th>
d)
<h2>
78.
Which of the following can be added to an html document?
a)
Tables
b)
Hyperlinks
c)
Lists
d)
All of these
79.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
80.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

81.

Which code below is correct for a hyperlink

a)

<a>

"https://google.com"

Click Me

</a>

b)

<a>Click Me>

"https://google.com"

</a>

c)

<a herf="https://google.com">

Click Me

</a>

d)

<a href="https://google.com">

Click Me

</a>

82.

Which of the following contains a nested list

a)

<ul>

<li>Apples</li>

<li>Cookies</li>

<li>Milk</li>

</ul>

b)

<ul>

<li>Apples</li>

<li>

Cookies

<ul>

<li>Chocolate Chip</li>

<li>Peanut Butter</li>

</ul>

</li>

<li>Milk</li>

</ul>

83.

What is an attribute ?

a)

additional informations about elements

b)

keywords which defines that how web browser will format and display the content.

84.

Set the color of the border

a)

border-style

b)

border-width

c)

border-color

d)

width

85.

To create a dotted border around the page

a)

border-style

b)

border-width

c)

border-color

d)

width

86.

sets the element to one side of the page

a)

margin

b)

width

c)

float

d)

height

87.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

88.

Select the rule set to make all the text in your web page blue and centered.

a)

p {

color: blue;

}

b)

body {

text-align: left;

color: blue;

}

c)

p {

text-align: center;

color: blue;

}

d)

body {

text-align: center;

color: blue;

}

89.

Which selector will change the font of the text?

a)

font-size

b)

text-align

c)

font-famiy

d)

text-decoration

90.

Which rule set would change the font size to 24?

a)

font-size: 24

b)

size: 24;

c)

font-size: 24;

d)

font size: 24;

91.

What is the correct syntax to change the background color with css?

a)

background-color: purple;

b)

background-color = "purple";

c)

backgroundcolor=orange

d)

change-background-color: purple

92.

TRUE OR FALSE: HTML is used to style web pages.

a)

True

b)

False

93.

How do you change the font color with CSS?

a)

font-color: green;

b)

color: green;

c)

change-font-color: green;

d)

fontcolor=green;

94.

Where should you put the link tag to connect your CSS and HTML file?

a)

Between the <head> </head> in HTML

b)

Between the <body> </body> in HTML

c)

None of the above.

95.

Which of the following is the correct CSS link tag?

a)

<link rel="styles" href="stylesheet.css">

b)

<link href="stylesheet">

c)

<link rel="stylesheet" src="styles.css">

d)

<link rel="stylesheet" href="styles.css">

96.

Which three code fragments define an HTML input control?

a)

<input type = "combobox">

b)

<input type="optionbutton">

c)

<input type="url">

d)

<input type="tel">

e)

<input type="search">

97.

Which HTML5 code fragment shows a way to validate numeric input as having a value from 1 to 100, inclusive?

a)

<input type="num" min="1" max="100">

b)

<input type="positive" limit ="100">

c)

<input type="number" low="1" high="100">

d)

<input type="number" min="1" max"100">

98.

Which two tags are used with the HTML5 TABLE element?

a)

<body>

b)

<tfoot>

c)

<td>

d)

<head>

99.

In HTML5, the autofocus attribute:

a)

defines the cursor location when a form is first accessed.

b)

controls the movement between fields in a form

c)

adds a default value to the field in a form.

d)

enables one field and disables all others.

100.

Which two HTML5 tags format text content only?

a)

<map>

b)

<strong>

c)

<canvas>

d)

<em>

101.

Which two semantic tags are used to define layouts in HTML5?

a)

<footer>

b)

<head>

c)

<progress>

d)

<section>

102.

Which three components define the URL used for localStorage data in HTML5?

a)

scheme

b)

user credentials

c)

hostname

d)

unique port

e)

query

103.

Which attribute prefills a default value for an input element in HTML5?

a)

name

b)

placeholder

c)

autocomplet

d)

required

104.

Which tag is used to create a drop-down list in HTML5?

a)

<ul>

b)

<select>

c)

<datalist>

d)

<dd>

105.

Which HTML5 tag is used to display text with a fixed-width font and preserves both spaces and line breaks?

a)

<area>

b)

<hr>

c)

<pre>

d)

<strong>

106.

Which HTML5 tag defines superscript text?

a)

<small>

b)

<script>

c)

<sup>

d)

<sub>

107.

What is the correct HTML for adding a background color?

a)

<body style="background-color:yellow;">    

b)

<background>yellow</background>

c)

<body bg="yellow">

108.

Each row within a table begins with a ____ tag.

a)

<td>

b)

<tr>

c)

<tc>

d)

<tb>

109.

The border color of a table cannot be changed.

a)

true

b)

false

110.

Which of these elements are all <table> elements?

a)

<table><tr><td>

b)

<thead><body><tr>

c)

<table><tr><tt>

d)

<table><head><tfoot>

111.

How can you make a numbered list?

a)

<ol>

b)

<ul>

c)

<dl>

d)

<list>

112.

What is the correct HTML for making a checkbox?

a)

<input type="checkbox">  

b)

<input type="check">

c)

<checkbox>

d)

<check>

113.

The <th></th> is the code for _____.

a)

table header

b)

table house

c)

table high

114.

The _____ is used in form for a single line of input.

a)

Text area

b)

Text field

c)

Text box

115.

There are two kinds of basic lists when it comes to HTML, what kind of list would the following code produce?

<ul>

<li>Chair</li>

<li>Table</li>

<li>Food</li>

<ul>

a)

Ordered list

b)

Unordered list

c)

Uniformed list

d)

Nested list

116.
Which of the following can be added to an html document?
a)
Tables
b)
Hyperlinks
c)
Lists
d)
All of these
117.
What is the correct term for an HTML element without an end tag?
a)
Incomplete element
b)
Nested element
c)
Empty element
d)
Basic element
118.

What is a rowspan?

a)

An attribute that is used with <th> or <td> element to horizontally span two or more columns.

b)

An open-source and front-end framework that contains HTML and CSS design templates.

c)

An attribute that is used with <th> or <td> element to vertically span two or more rows

d)

This is an element that we used on every website

119.

What is a colspan?

a)

An attribute that is used with <th> or <td> element to horizontally span two or more columns.

b)

An open-source and front-end framework that contains HTML and CSS design templates.

c)

An attribute that is used with <th> or <td> element to vertically span two or more rows

d)

This is an element that we used on every website

120.

True or False?

A table border will always appear whenever a table is being created.

a)

True

b)

False

121.

It is a type of table that can be inserted in HTML page that uses only standard word processing characters

a)

text table

b)

graphical table

122.

It is a type of table that can be inserted in HTML page that allows you to control the size of tables cells, rows, columns and alignment of

a)

text table

b)

graphical table

123.

It is a tag that identifies the start and ending of the table structure.

a)

<tb></tb>

b)

<tr></tr>

c)

<table></table>

d)

<td></td>

124.

It is used to indicate for table row.

a)

<td>

b)

<tr>

c)

<table>

d)

<th>

125.

It is a tag that indicates the presence of individual table cells.

a)

<td>

b)

<tr>

c)

<th>

d)

<table>

126.

It is a tag that is most often used for column headings, but you can use it for any cell that you want to contain centered boldfaced text

a)

<tr>

b)

<th>

c)

<td>

d)

<tb>

127.

what does the value in the syntax below means?

<table border=“value”>

a)

width of border

b)

color of the border

c)

height of the border

d)

distance of border to text

128.

It is an attribute that controls the amount of space inserted between table cells

a)

table border

b)

cell spacing

c)

cell padding

d)

table gridlines

129.

It is a tag used to control the space between the table text and the cell borders,

a)

cell border

b)

cell spacing

c)

cell padding

d)

cell color

130.

It is an attribute that allows you to determine which sides of the table will have borders

a)

cell padding

b)

cell spacing

c)

frames

d)

gridlines

131.

Which of the following is NOT an attribute that is used to align text in table.

a)

left

b)

right

c)

center

d)

bottom

132.

is a cell that occupies more than one row or column in a table.

a)

border cell

b)

cell spacing

c)

spanning cell

d)

cell alignment

133.

A background image can be applied to the entire table, to a single row or to an individual cell.

a)

true

b)

false

134.

It is a tag used to group columns

a)

<colgroup>

b)

<columnGroup>

c)

<colGrp>

d)

<columngrp>

135.

To change the size of the table text, you need to insert a <font> tag into each cell.

a)

true

b)

false

136.

Why won't this navigation link page work?

a)

The href link should be "Foods.html"

b)

The end tag should be <a> not </a>

c)

The "Foods" page hasn't been made active

d)

The link should be <a href = "Foods.html"

137.
It is an HTML tag used to create hyperlinks. The tag identifies what is clicked on and where it links to.
a)
Anchor Tag (<a> </a>)
b)
Beginning Tag (<html>)
c)
Ending Tag (</p)
d)
Break Tag (</br>)
138.

Why won't the following anchor tag work?

<a href=https://www.google.com/>click here</a>

a)

The link is incorrect. it should be ref, not href

b)

The URL is missing quotation marks

c)

There is no anchor tag in the code

d)

The href is missing a closing tag

139.

Which attribute contains the URL to a linked web page?

a)

href

b)

type

c)

src

d)

name

140.

Which of the following is the closing tag for a hyperlink?

a)

</a>

b)

</a href>

c)

</link>

d)

</hyperlink>

141.

WHAT IS HYPERLINK?

a)

a link that can translate to other types of documents

b)

a remover of the potential customer from the page

c)

a reference to data that the reader can follow by clicking or tapping

142.

WHICH ONE IS AN EXAMPLE OF HYPERLINK?

a)

https://www.walmart.com/

b)

htps://www.microsoft.com/

c)

htps:/www.amazon.com/

143.

WHAT IS A HYPERTEXT?

a)

I don´t know

b)

the text that is linked from is called anchor text

c)

a hyperlink that is located in a text

144.

WHAT IS THE FUNCTION OF HYPERLINK?

a)

generate links with industry authorities

b)

optimize the user experience

c)

it is a direct link from one hypertext document to another

145.

Is an email a type of link?

a)

True

b)

False

146.

Use an HTML element to add quotation marks around the letters "cool".

a)

<p>

I am so <q>cool.</q>

</p>

b)

<p>

I am so <">cool.</">

</p>

147.

The text below should be a quoted section.

Add the proper HTML element to it, and specify that it is quoted from the following URL:

http://www.worldwildlife.org/who/index.html

a)

<q title="http://www.worldwildlife.org/who/index.html">

For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.</q>

b)

<blockquote cite="http://www.worldwildlife.org/who/index.html">

For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.</blockquote>

148.

Change text direction.

Make the text below go right-to-left.

a)

<change dir="rtl">What a beautiful day!</change>

b)

<bdo dir="rtl">What a beautiful day!</bdo>

149.

The letters "WHO" in the text below is an abbreviation of "World Health Organization".

Use an HTML element to provide the specified abbreviation of "WHO".

a)

<p>

The <ab tooltip="World Health Organization"> WHO</ab> was founded in 1948.

</p>

b)

<p>

The <abbr title="World Health Organization"> WHO</abbr> was founded in 1948.

</p>

150.

The following HTML makes the text inside a quote.


<q>This is a quote.</q>

a)

True

b)

False

151.

(Bern and Mason 2017) suggest that....

Is it a correct citation?

a)

Yes

b)

No

152.

It is obligated to include the URL into reference list of ALL online resources?

Right or wrong?

a)

Wrong

b)

Right

153.

We need quotation marks for quotations of more than 30 words.

Is it correct?

a)

Yes

b)

No

154.

Journal article reference:

Putin, V 2018, ‘Recent developments in Russian statistics’, International Research, vol. 42, no. 3, pp.18-27.

You must include all the pages of the article in your reference. True or false?

a)

true

b)

false

155.

Youtube 2017, ‘Taylor Swift breaks record for most views in 24 hours’, Youtube Trend, blog post, 30 August, viewed 7 March 2018, <http://youtube-trends.blogspot.com/2017/08/taylor-swift-breaks-record-for-most.html>

The post was born in

a)

2017

b)

2018