<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HTML &#8211; EckoThemes</title>
	<atom:link href="https://severn-wp.ecko.me/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>https://severn-wp.ecko.me</link>
	<description>Severn WordPress Theme</description>
	<lastBuildDate>Mon, 22 Apr 2019 13:36:07 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.7</generator>

<image>
	<url>https://severn-wp.ecko.me/wp-content/uploads/2018/05/ecko-icon-50x50.png</url>
	<title>HTML &#8211; EckoThemes</title>
	<link>https://severn-wp.ecko.me</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Responsive &#038; Mobile Design</title>
		<link>https://severn-wp.ecko.me/responsive-mobile-design/</link>
					<comments>https://severn-wp.ecko.me/responsive-mobile-design/#respond</comments>
		
		<dc:creator><![CDATA[Mike Ross]]></dc:creator>
		<pubDate>Thu, 14 May 2015 18:57:44 +0000</pubDate>
				<category><![CDATA[Frontend Development]]></category>
		<category><![CDATA[Programming Patterns]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Frontend]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[SASS]]></category>
		<guid isPermaLink="false">http://wpdev.ecko.me/?p=52</guid>

					<description><![CDATA[RWD allows easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from mobile phones to desktop computer monitors). A site designed with RWD adapts the layout to the viewing environment by using fluid, proportion-based grids, flexible images, and CSS3 media queries, an extension of the @media rule. The fluid grid concept calls for page element sizing to be in relative units like percentages, rather than absolute units like pixels or points. Flexible images are also sized in relative units, so as to prevent them from displaying outside their containing element. Media queries [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>RWD allows easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from mobile phones to desktop computer monitors). A site designed with RWD adapts the layout to the viewing environment by using fluid, proportion-based grids, flexible images, and CSS3 media queries, an extension of the @media rule.</p>



<ul class="wp-block-list"><li>The fluid grid concept calls for page element sizing to be in relative units like percentages, rather than absolute units like pixels or points.</li><li>Flexible images are also sized in relative units, so as to prevent them from displaying outside their containing element.</li><li>Media queries allow the page to use different CSS style rules based on characteristics of the device the site is being displayed on, most commonly the width of the browser.</li><li>Server-side components (RESS) in conjunction with client-side ones such as media queries can produce faster-loading sites for access over cellular networks and also deliver richer functionality/usability avoiding some of the pitfalls of device-side-only solutions.</li></ul>



<h2 class="wp-block-heading" id="relatedconcepts">Related Concepts</h2>



<h3 class="wp-block-heading" id="audienceanddeviceawareada">Audience and Device Aware (ADA)</h3>



<p>Audience and Device Aware is an approach aimed at ensuring that a site is optimised to deliver what a user wants and that works effectively on the device being used to access the site. Unlike Responsive web design (RWD), which crafts a site visually for a range of devices, ADA aims to reflect the many different elements that enhance and impact on the performance and usability of a site. The predominant application for the ADA approach is for mobile and smaller screen devices. The principle truly sees the adoption of a “mobile first” strategy and focuses on the performance of a site and value that it delivers to a user and the business.<br>
</p>



<h3 class="wp-block-heading" id="mobilefirst">Mobile First</h3>



<p>&#8220;Mobile first&#8221;, unobtrusive JavaScript, and progressive enhancement (strategies for when a new site design is being considered) are related concepts that predated RWD: browsers of basic mobile phones do not understand JavaScript or media queries, so the recommended practice is to create a basic web site, and enhance it for smart phones and PCs—rather than try graceful degradation to make a complex, image-heavy site work on the most basic mobile phones.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://severn-wp.ecko.me/responsive-mobile-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Getting Started with Cascade Style Sheets &#038; HTML5</title>
		<link>https://severn-wp.ecko.me/cascade-stylesheets/</link>
					<comments>https://severn-wp.ecko.me/cascade-stylesheets/#respond</comments>
		
		<dc:creator><![CDATA[Harvey Specter]]></dc:creator>
		<pubDate>Sun, 04 Jan 2015 19:55:51 +0000</pubDate>
				<category><![CDATA[Frontend Development]]></category>
		<category><![CDATA[Programming Patterns]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Grunt]]></category>
		<category><![CDATA[HTML]]></category>
		<guid isPermaLink="false">http://wpdev.ecko.me/?p=50</guid>

					<description><![CDATA[A lot of mobile-minded talented folks across the globe produce great work, but yet sometimes you still hear many of them complain about their relationships with their clients. They often mention feeling isolated and not truly understanding what the client really needed. Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document, including plain XML, SVG [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A lot of mobile-minded talented folks across the globe produce great work, but yet sometimes you still hear many of them complain about their relationships with their clients. They often mention feeling isolated and not truly understanding what the client really needed.</p>
<p>Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document, including plain XML, SVG and XUL.</p>
<h2 id="cascadingstylesheets">Cascading Style Sheets</h2>
<p>Praesent malesuada leo quis varius tincidunt. Quisque tempor, tellus vitae imperdiet lacinia, arcu ante lacinia lectus, condimentum dictum nulla neque ut nunc. Cras cursus ultricies mauris sed dignissim. Integer blandit, quam eget sollicitudin placerat, metus <a href="http://google.com">tortor vestibulum</a> tellus, facilisis pretium erat ligula a ipsum. Etiam tristique, eros in lacinia dictum, nibh sapien consequat sapien, ac varius sapien urna ut libero. Praesent vel euismod nunc. Curabitur a lacus turpis. Vivamus id tincidunt nisl. Suspendisse iaculis gravida tellus quis viverra. Quisque non tellus felis.</p>
<h3 id="declarationblock">Declaration block</h3>
<p>Cras lacus massa, posuere id pellentesque nec, pretium at urna. Cras gravida justo ut dui suscipit, nec convallis libero tincidunt. Donec ligula ipsum, adipiscing sed elementum eu, convallis non eros. Sed sit amet enim fermentum nibh feugiat luctus eu sit amet purus. Duis aliquam odio in urna cursus, sit amet convallis purus varius. Integer id enim tincidunt enim feugiat fermentum a non neque. Sed vel sap</p>
]]></content:encoded>
					
					<wfw:commentRss>https://severn-wp.ecko.me/cascade-stylesheets/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress 4.0 “Benny”</title>
		<link>https://severn-wp.ecko.me/wordpress-4-0-benny/</link>
					<comments>https://severn-wp.ecko.me/wordpress-4-0-benny/#respond</comments>
		
		<dc:creator><![CDATA[Mike Ross]]></dc:creator>
		<pubDate>Sat, 03 Jan 2015 10:17:07 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<guid isPermaLink="false">http://ivywp-light.ecko.me/?p=406</guid>

					<description><![CDATA[Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy. Manage your media with style Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap. Working with embeds has never been easier Paste in a YouTube URL [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: left;">Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader <a href="http://en.wikipedia.org/wiki/Benny_Goodman">Benny Goodman</a>, is available <a href="https://wordpress.org/download/">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.</p>
<hr />
<h3 style="text-align: left;">Manage your media with style</h3>
<p style="text-align: left;">Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.</p>
<hr />
<h3 style="text-align: left;">Working with embeds has never been easier</h3>
<p style="text-align: left;">Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.</p>
<p style="text-align: left;">We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href="https://codex.wordpress.org/Embeds">Check out all of the embeds</a> that WordPress supports.</p>
<hr />
<h3 style="text-align: left;">Focus on your content</h3>
<p style="text-align: left;">Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>
<hr />
<h3 style="text-align: left;">Finding the right plugin</h3>
<p style="text-align: left;">Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>
<p style="text-align: left;">There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://severn-wp.ecko.me/wordpress-4-0-benny/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: severn-wp.ecko.me @ 2026-09-01 09:10:39 by W3 Total Cache
-->