You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<link rel="help" title="7.1. Text Alignment: the 'text-align' property" href="https://umn0mtkzgkj46tygt32g.julianrbryant.com/TR/css-text-3/#text-align">
<link rel="match" href="text-align-006-ref.html">
<meta name="assert" content="The 'text-align' property set to 'start' on a block element aligns the text to the start edge.">
<style>
div {
border: 1px solid blue;
text-align: start;
}
</style>
<body>
<p>Test passes if the words "Filler Text" below are aligned to the left, inside the blue box.</p>