Best Quality of 98-375 exam topics materials and free samples for Microsoft certification for customers, Real Success Guaranteed with Updated 98-375 pdf dumps vce Materials. 100% PASS HTML5 Application Development Fundamentals exam Today!

Q25. Which code shows the correct way to nest tags in HTML5? 

blob.png

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q26. What does "V" stand for in the file type SVG? 

A. Video 

B. Vertical 

C. Vector 

D. Variable 

Answer:


Q27. Which two HTML5 tags format text content only? (Choose two.) 

A. <map> 

B. <strong> 

C. <canvas> 

D. <em> 

Answer: B,D 

Explanation: 

Example: 

I can <em>not</em>emphasise this enough! 


Q28. An HTML5 application can be used without going through a manufacturer's approval process if: 

A. the browser on the device supports HTML5. 

B. the manufacturer has unlocked the device's SIM card. 

C. the application has been compiled. 

D. the developer has the correct application ID. 

Answer:


Q29. Which two CSS properties can be used to position multiple HTML elements next to one another? (Choose two.) 

A. display 

B. position 

C. overflow 

D. float 

Answer: B,D 

Explanation: CSS position Property 

The position property specifies the type of positioning method used for an element (static, 

relative, absolute or fixed). 

CSS float Property 

The float property specifies whether or not a box (an element) should float. 


Q30. Which two semantic tags are used to define layouts in HTML5? (Choose two.) 

A. <footer> 

B. <head> 

C. <progress: 

D. <section> 

Answer: A,D 

Explanation: New Semantic Elements in HTML5 Many of existing web sites today contains HTML code like this: <div id="nav">, <div class="header">, or <div id="footer">, to indicate navigation links, header, and footer. 

HTML5 offers new semantic elements to clearly define different parts of a web page: 

<header> 

<nav> 

<section> 

<article> 

<aside> 

<figcaption> 

<figure> 

<footer> 

Note: A semantic element clearly describes its meaning to both the browser and the developer. 

Examples of non-semantic elements: <div> and <span> - Tells nothing about its content. 

Examples of semantic elements: <form>, <table>, and <img> - Clearly defines its content. 


Q31. Which CSS property defines which sides of an element where other floating elements are not allowed? 

A. float 

B. position 

C. display 

D. clear 

Answer:


Q32. Which CSS3 code fragment rounds the corners of a border? 

A. border-image: 50px; 

B. border-clip: 50px concave; 

C. border-radius: 50px; 

D. border-clip: 50px; 

Answer: