در این پست بیست و پنج سوال و جواب ساده و استاندارد از زبان طراحی وب HTML قرار داده ایم. متن انگلیسی سوالات بسیار ساده است به همین دلیل آن را به زبان اصلی در اینجا ارایه می کنیم. ( اما اگر در ترجمه مشکل داشتید کامنت بگذارید … )
W3Schools HTML Quiz
Time: 8 Min
- What does HTML stand for?
Hyper Text Markup Language
- Who is making the Web standards?
The World Wide Web Consortium
- Choose the correct HTML element for the largest heading:
<h1>
- What is the correct HTML element for inserting a line break?
<br>
- What is the correct HTML for adding a background color?
<body style=”background-color:yellow;”>
- Choose the correct HTML element to define important text
<strong>
- Choose the correct HTML element to define emphasized text
<em>
- What is the correct HTML for creating a hyperlink?
<a href=”http://www.w3schools.com”>W3Schools</a>
- Which character is used to indicate an end tag?
/
- How can you open a link in a new tab/browser window?
<a href=”url” target=”_blank”>
- Which of these elements are all <table> elements?
<table><tr><td>
- Inline elements are normally displayed without starting a new line.
True
- How can you make a numbered list?
<ol>
- How can you make a bulleted list?
<ul>
- What is the correct HTML for making a checkbox?
<input type=”checkbox”>
- What is the correct HTML for making a text input field?
<input type=”text”>
- What is the correct HTML for making a drop-down list?
<select>
- What is the correct HTML for making a text area?
<textarea>
- What is the correct HTML for inserting an image?
<img src=”image.gif” alt=”MyImage”>
- What is the correct HTML for inserting a background image?
<body style=”background-image:url(background.gif)”>
- An <iframe> is used to display a web page within a web page.
True
- HTML comments start with <!– and end with –>
True
- Block elements are normally displayed without starting a new line.
False
- Which HTML element defines the title of a document?
<title>
- Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
alt
Source: w3schools
Answers: Sina Moradi
Published By: Samiantec
در زمینه ای که فعالیت میکنید جزو بهترین سایت ها هستید.
.اگر علاقه دارید در نتایج جست و
جو بهتر دیده شوید حتما به وبسایت ما سر بزنید
مطلب بسیار خوبی بود.ممنون
بهترین وبسایتی که تاحالا دیدم.ازتون متشکرم
سلام میشه لینک داخل مطلبو چک کنید.برای من مشکل داشت.ممنون